-
Notifications
You must be signed in to change notification settings - Fork 207
Introduce Notification Messages API #1452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Notification Messages API #1452
Conversation
|
@swift-ci please test |
Sources/FoundationEssentials/NotificationCenter/NotificationCenter.swift
Outdated
Show resolved
Hide resolved
|
@swift-ci please test |
|
@swift-ci please test |
1 similar comment
|
@swift-ci please test |
b9bebed to
7eb8345
Compare
|
@swift-ci please test |
b8e0537 to
a0891d3
Compare
|
@swift-ci please test |
a0891d3 to
3c30830
Compare
|
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (assuming the swift-collections tag bump in the swift repo lands before this is merged)
|
@swift-ci please test |
|
@swift-ci please test |
This PR introduces:
NotificationCenter.MessageAPINotificationCenter(required)It does not introduce:
Notification,NSNotificationNotificationCentermethods designed forNotification, e.g.post(:Notification)oraddObserver(forName:object:queue:block)These excluded types can be found in
swift-corelibs-foundation.To support
swift-corelibs-foundationfunctionality, this PR exports a handful of methods and types as@_spi(SwiftCorelibsFoundation) public.